@charset "utf-8";

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



html {
	margin: 0 auto;
}

body {
	font: 12px/1.8 "Microsoft Yahei", "STHeitiSC", "Hiragino Sans GB", Arial, "Helvetica", "SimHei", "STXihei", sans-serif;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	min-width: 320px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
	line-height: 1.1;
}

p {
	line-height: 1.5;
}

a,
a:visited {
	text-decoration: none;
}

a {
	color: #000;
}

li {
	list-style: none;
}

ul,
li,
ol,
dd,
dl {
	margin: 0;
	padding: 0;
}

fieldset,
input,
button,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
}
@font-face {
    /* font-properties */
    font-family: syst;
    src:url('syst.otf'),  
    url('syst.otf'),
    url('syst.otf'); /* IE9 */
}
@font-face {
    /* font-properties */
    font-family: pf;
    src:url('pf.ttf'),  
    url('pf.ttf'),
    url('pf.ttf'); /* IE9 */
}
.sy{
    font-family: syst;
}
.pf{
    font-family: pf;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.img {
	max-width: 100%;
	height: auto;
	display: block;
}

.img2 {
	max-height: 100%;
	width: auto;
}

.trans {
	-moz-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.trans04 {
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.trans2 {
	-moz-transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
}

.transcalxzero {
	transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.transcaletop {
	transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 31%;
}

.bg0 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.flex {
	display: box;
	/* OLD - Android 4.4- */
	display: flexbox;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


/*公共*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.c12 {
	width: 1200px;
	margin: auto;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

a,
.tran,
img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a {
	color: #000;
}

.tran5 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pic {
	transition: all 1s;
	-webkit-transition: all 1s;
}

.pic.cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pic.contain {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.none {
	display: none;
}

.pb0 {
	padding-bottom: 0;
}

.wrap {
	padding: 0 7.5%;
	/* overflow: hidden; */
}

.bshare-custom a{
	padding:0 !important;
  	background:none !important;
  text-indent 0 !important;
}
.bshare-custom a:hover{
	text-decoration:none !importrant;
}

.index-banner{
	position: relative;
	overflow: hidden;
}
.index-banner li {
	position: relative;
	overflow: hidden;	
}

.index-banner li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 41.5%;
}

.index-banner .mouse{
	position: absolute;
	left: 4.5%;
	bottom: 0;
	z-index: 3;
	margin:auto;
	text-align: center;
	color: #fff;
} 
.index-banner .mouse p{
	font-size: 14px;
	margin-bottom: 20px;
	animation: linkmove 0.5s ease-in-out infinite alternate;
    -webkit-animation: linkmove 1s ease-in-out infinite alternate;
}
.index-banner .mouse span{
	display: inline-block;
	width: 1px;
	height: 50px;
	background: #fff;
	vertical-align: bottom;
}
@keyframes linkmove{
  0%{transform:translateY(0);}
  100%{transform:translateY(15px);}
}
@-webkit-keyframes linkmove{
  0%{transform:translateY(0);}
  100%{transform:translateY(15px);}
}
.index-banner .page-box{
	position: absolute;
	left: 4.5%;
	top: 50%;
	bottom: auto;
	transform: translateY(-150%);
	z-index: 3;
	font-size: 0;
}
.index-banner .index-page{
	position: absolute;
	left: 4.5%;
	bottom: 9%;
	z-index: 3;
}
.index-banner .txt{
	color: #fff;
	position: absolute;	
	z-index: 3;
	left: 4.5%;
	bottom: 50%;
	transform: translateY(120%);
}
.index-banner .txt .des{
	margin-top: 5%;
	opacity: .7;
}
.index-banner .index-page .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	cursor: pointer;
	outline: none;
	transition: all 0.3s;
	margin-right: 15px;
	background: #fff;
	border-radius: 4px;
	width: 50px;
}
.index-banner .index-page .swiper-pagination-bullet-active{
	opacity: 1;
}
header{
	background: #fff;
	padding: 0 0 0 4.5%;
}
header::after{
	content: "";
	clear: both;	
	display: block;
}
header a.logo{
	display: block;
	float: left;
	height: 120px;
	line-height: 120px;
}
header a.logo img{
	display: inline-block;
	vertical-align: middle;
}
header nav{
	/* overflow: hidden; */
}
header nav li{
	float: left;
	position: relative;
}

header nav li .min-nav{
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 9;
	transform: translateX(-50%);
	width: 160px;
	height: 374px;
	background: url(../images/minnav.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	display: none;
}
header nav li .min-nav a{
	display: block;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	opacity: .8;
	width: 60%;
	margin: auto;
	margin-bottom: 15px;
	cursor: pointer;
}
header nav li .min-nav a:hover{
	opacity: 1;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
header nav a.big{
	display: block;
	height: 120px;
	line-height: 120px;
	padding: 0 20px;
	color: #959595;
	position: relative;
}
header nav li::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 3;
	width: 0;
	height: 3px;
	background: #bd1e25;
	transition: all .3s;
	transform: translateX(-50%);
}
header nav li:hover a.big,
header nav li.on a.big{
	color: #bd1e25;
}
header nav li.on::after{
	width: 100%;
}
header .lang{
	position: relative;
	width: 70px;
	height: 40px;
	margin: 0 80px;
	margin-top: 40px;
}
header .lang a{
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: #e2e2e2;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	font-size: 14px;
	z-index: 1;
}
header .lang a:nth-child(2){
	right: 0;
}
header .lang a.on,
header .lang a:hover{
	z-index: 3;
	background: #bd1e25;
	color: #fff;
}


header .search{
	position: relative;
	height: 120px;
	padding: 0 4.5%;
	cursor: pointer;
	z-index: 5;
	background: #bd1e25;
}
header .search input{
	position: absolute;
	right: 50%;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	width: 0;
	text-indent: 10px;
	font-size: 12px;
	transition: all 0.4s;
	background: #fff;
	transform: translateX(-50px);
	border:1px solid #bd1e25;
}

header .search:hover input{
	width: 200px;
}
header .search button{
	margin-top: 50px;
	color: #fff;
	background: url(../images/search.png) center left no-repeat;
	padding-left: 35px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	white-space: nowrap;
}
.p45{
	padding: 4.5%;
}
.index-about{
	position: relative;
	background: url(../images/aboutbg.png) 60% top no-repeat;
}
.index-about .right{
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.index-about .right:hover .pic{
	transform: scale(1.1);
}
.index-about .left {
	width: 50%;
}
.index-title{
	line-height: 1.1;
}
.index-title .chn{
	font-family: "kaiti";
	font-weight: bold;
}
.index-title .eng{
	margin-top: 20px;
	text-transform: uppercase;
}
.index-about .left .line{
	height: 1px;
	background: #ccc;
	margin: 5% 0;
}
.index-about .index-title{
	margin-bottom: 8%;
}
.index-about .des .main{
	overflow: hidden;
}
.index-about .des .title{
	margin-bottom: 3%;
	padding-left: 20px;
	position: relative;
	line-height: 1.1;
	transition: all .3s;
}

.index-about .des .title::after{
	content: "";
	position: absolute;
	left: 0;
	width: 2px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	transition: all .3s;
	background: #bd1e25;
}
.index-about .des .txt{
	opacity: .8;
	float: left;
	width: 80%;
	overflow: hidden;
}
.index-about .des i{
	width: 50px;
	height: 50px;
	float: right;
	display: inline-block;
	border:1px dashed #000;
	text-align: center;
	line-height: 48px;
	border-radius: 10px;
	transition: all .3s;
	opacity: 0;
}
.index-about .des a{
	display: block;
}
.index-about .des:hover .title{
	color: #bd1e25;
}
.index-about .des:hover i{
	border-color: #bd1e25;
	color: #bd1e25;
	opacity: 1;
}
.index-pro{
	background: #fcf9f9;
	overflow: hidden;
}
.index-pro .left{
	position: relative;
	width: 29.5%;
	float: left;
}
.index-pro .left .index-more{
	margin-top: 60%;
}
.index-more{
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
}
.index-more i{
	width: 50px;
	height: 50px;
	float: right;
	display: inline-block;
	border:1px dashed #000;
	text-align: center;
	line-height: 48px;
	border-radius: 10px;
	transition: all .3s;
	margin-left: 20px;
}
.index-more:hover{
	color: #bd1e25;
}
.index-more:hover i{
	border-color: #bd1e25;
	color: #bd1e25;
}

.index-pro .right{
	width: 70.5%;
	float: left;
	overflow: hidden;
	padding-top: 4.5%;
}
.index-pro .index-pro-swiper{
	width: 120%;
	overflow: hidden;
}
.index-pro .index-pro-swiper li{
	position: relative;
	overflow: hidden;
}
.index-pro .index-pro-swiper .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 76%;
}
.index-pro .index-pro-swiper .title{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 45px;
	margin-bottom: 15px;
	line-height: 1.1;
	transition: all .3s;
	padding: 0 10%;
	opacity: .9;
}
.index-pro .index-pro-swiper .des{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 0 10%;
	opacity: .7;
}
.index-pro .index-pro-swiper li:hover .pic{
	transform: scale(1.1);
}
.index-pro .index-pro-swiper li:hover .title{
	color: #bd1e25;
}
.index-pro .index-pro-swiper li a{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-pro .left .pro-op{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	width: 90px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 15% 0;
	justify-content: space-between;
}
.index-pro .left .pro-op .pro-prev,
.index-pro .left .pro-op .pro-next{
	transform: rotate(90deg);
	font-size: 30px;
	line-height: 1;
	transition: all .3s;
	cursor: pointer;
	outline: none;
}
.index-pro .left .pro-op .pro-prev:hover,
.index-pro .left .pro-op .pro-next:hover{
	color: #bd1e25;
}
.index-pro .left .pro-page{
	font-size: 16px;
}
footer{
	background: #bd1e25;
	padding: 4.5% 4.5% 0 4.5% ;
}
footer .bot{
	color: #fff;
	padding: 2% 0;
	border-top: 1px solid rgba(255,255,255,.3);
	display: flex;
	justify-content: space-between;
}
footer .top{
	padding: 3.5% 0;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
footer .bot a{
	color: #fff;
}
footer .bot a:hover{
	opacity: .7;
}
footer .top a .logo{
	display: block;
}
footer .top a img{
	vertical-align: bottom;
	
}
footer .top .share{
	line-height: 40px;
	margin-top: 70px;
}
footer .top .share a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border:1px solid #fff;
	line-height: 38px;
	text-align: center;
	margin-left: 10px;
	opacity: .8;	
	color: #fff;
	border-radius: 50%;
}
footer .top .share a:hover{
	opacity: 1;
}
footer .top .nav{
	margin-top: 70px;
}
footer .top .nav a:hover{
	opacity: .7;
}
footer .top .nav a{
	color: #fff;
	margin: 0 10px;
}
footer .top .ewm{
	overflow: hidden;
	margin-top: 20px;
}
footer .top .ewm .pic{
	float: left;
	width: 125px;
	height: 125px;
	border-radius: 5px;
	padding: 15px;
	border:1px solid #fff;
}
footer .top .ewm .pic img{
	width: 100%;
	vertical-align: top;
}
footer .top .ewm p{
	float: left;
	text-align: center;
	margin-left: 20px;
	font-size: 14px;
	margin-top: 40px;
}
.index-new{
	overflow: hidden;
	position: relative;
}
.index-new .index-new-swiper{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
	z-index: 1;
}
.index-new .index-new-swiper li{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-new .index-new-swiper li .pic-w{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.index-new .index-new-swiper li .pic-w::after{
	content: "";
	position: absolute;
	width: 100%;
	z-index: 2;
	height: 50%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top, rgba(0,0,0,.6) , rgba(0,0,0,0) );
}
.index-new .index-new-swiper li .txt{
	position: absolute;
	z-index: 5;
	left: 9%;
	bottom: 9%;
	right: 9%;
	line-height: 1.1;
	color: #fff;
}
.index-new .index-new-swiper li:hover .pic{
	transform: scale(1.1);
}
.index-new .index-new-swiper .new-page{
	position: absolute;
	right: 9%;
	width: auto;
	left: auto;
	bottom: 9%;
	z-index: 10;
}
.index-new .index-new-swiper .new-page .swiper-pagination-bullet{
	background: #fff;
	width: 10px;
	height: 10px;
	opacity: .5;
	outline: none;
}
.index-new .index-new-swiper .new-page .swiper-pagination-bullet-active{
	opacity: 1;
}
.index-new .index-new-list{
	width: 50%;
	float: right;
}
.index-new-list li{
	position: relative;
	padding: 4.5% 9%;
	border-bottom: 1px solid #ccc;
	background: #fcf9f9;
}
.index-new-list li .txt{
	position: relative;
	z-index: 3;
	padding-right: 100px;
	line-height: 1.1;
}
.index-new .index-new-swiper li .txt .title{
	line-height: 1.5%;
	margin: 5% 0;
	font-family: syst;
}
.index-new-list li::after{
	content: "";
	right: 0;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 1;
	transition: all .3s;
	width: 0;
	background-image: linear-gradient(to left, rgba(189,30,37,.8) , rgba(189,30,37,0) );
}
.index-new-list li .txt i{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	border:1px dashed #bd1e25;
	text-align: center;
	line-height: 48px;
	width: 50px;
	height: 50px;
	color: #bd1e25;
	border-radius: 10px;
	transition: all .3s;
	margin-left: 20px;
}
.index-new-list li .title{
	line-height: 1.5;
	margin: 3% 0;
	font-family: syst;
}
.index-new-list li a,
.index-new .index-new-swiper li a{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.index-new-list li:hover::After{
	width: 70%;
}
.index-new-list li:hover .txt i{
	border-color: #fff;
	color: #fff;
}

.index-four{
	position: relative;
	overflow: hidden;
}

.index-four li{
	position: relative;
	overflow: hidden;
	padding: 4.5%;
}

.index-four li .txt{
	position: relative;
	z-index: 5;
	transition: all .3s;
}
.index-four li .txt img{
	height: 40px;
	width: auto;
	display: block;
}
.index-four li .txt .title{
	margin: 5% 0 7% 0;
}
.index-four li .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.index-four li .des{
	font-size: 14px;
	opacity: .7;
	height: 75px;
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp:3;
}
.index-four li .line{
	height: 1px;
	background-color: #ccc;
	margin-top: 300px;
}
.index-four li .bot{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #bd1e25;
	color: #fff;
	z-index: 2;
	padding: 9% 18%;
	transition: all .5s;
}
.index-four li .two{
	overflow: hidden;
	color: #dfdfdf;
}
.index-four li .two span{
	color: #fff;
}
.index-four li .two .box{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 14px;
}
.index-four li .more{
	border:2px solid #fff;
	margin-top: 20px;
	padding: 15px 30px;
	font-size: 14px;
}
.index-four li .more i{
	float: right;	
	font-weight: bold;
}
.index-four li .bg .pic{
	transform: translateY(-100%);
	transition: all .5s;
}
.index-four li .bg .bot{
	transform: translateY(100%);
}
.index-four li:hover img{
	opacity: 0;
}
.index-four li:hover .line{
	opacity: 0;
	transition: all .3s;
}
.index-four li:hover .txt{
	color: #fff;
}
.index-four li:hover .bg .pic,
.index-four li:hover .bot{
	transform: translate(0);
}
.index-four li:hover .bg .pic{
	transform: scale(1.1);
}
.index-four li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.inner-banner{
	position: relative;
	overflow: hidden;
}
.inner-banner .pic-w{
	position: relative;
	padding-bottom: 40%;
}
.inner-banner .pic{
	background-attachment: fixed;
}
.inner-top{
	overflow: hidden;
}
.inner-title{
	line-height: 1.1;
}
.inner-title .chn{
	font-family: kaiti;
	margin-bottom: 15px;
}
.inner-local{
	font-size: 14px;
}
.inner-local i{
	font-size: 12px;
	opacity: .6;
}
.inner-local a{
	opacity: .6;
}
.inner-local a:hover,
.inner-local a.on{
	opacity: 1;
	color: #bd1e25;
}
.inner-pro{
	background: #fcf9f9;
}
.inner-pro .list ul{
	overflow: hidden;
}
.inner-pro .list li{
	float: left;
	width: 48.5%;
	margin-top: 3%;
	position: relative;
	overflow: hidden;
}
.inner-pro .list li:nth-child(2n){
	float: right;
}
.inner-pro .list li .pic-w{
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.inner-pro .list li .txt{
	width: 50%;
	float: right;
	background-color: #fff;
	transition: all .3s;
	padding: 8%;
	position: relative;
}
.inner-pro .list li .txt .title{
	line-height: 1.1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inner-pro .list li .des{
	opacity: .6;
	margin: 20px 0;
	height: 75px;
	line-height: 25px;
	overflow: hidden;
}
.inner-pro .list li .more{
	font-size: 14px;
	opacity: .7;
}
.inner-pro .list li .more i{
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
}
.inner-pro .list li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.inner-pro .list li:hover .pic{
	transform: scale(1.1);
}
.inner-pro .list li:hover .txt{
	background: #bd1e25;
	color: #fff;
}

.inner-pro .list li .txt::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;	
	width: 0;
    height: 0;
    border-top: 36px solid #fff;
    border-left: 36px solid transparent; 
	transition: all .3s;
	transform: translate(100%,-100%);
}
.inner-pro .list li:hover .txt::after{
	transform: translate(0);
}
.big-more{
	display: block;
	margin-top: 3%;
	background: #bd1e25;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 15px;
}
.big-more i{
	display: inline-block;
	margin-left: 15px;
	transition: all .3s;
}
.big-more:hover{
	opacity: .8;
}
.big-more:hover i{
	transform: rotate(360deg);
}
.inner-pro-main{
	background: #fcf9f9;
}
.inner-pro-main .top{
	position: relative;
	overflow: hidden;
}
.inner-pro-main .top .pic-w{
	position: relative;
	padding-bottom: 28.5%;
	width: 48.5%;
	overflow: hidden;
	float: left;
}
.inner-pro-main .top .txt{
	float: right;
	width: 48.5%;
	padding:0 5%;
}

.inner-pro-main .line{
	height: 1px;
	background: #ccc;
	margin: 5% 0; 
}

.inner-pro-main .des{
	opacity: .7;
	text-align: justify;
	margin-top: 4.5%;
}
.inner-pro-main .bot{
	margin-top: 3%;
	background: #fff;
}
.inner-pro-main .tips{
	border-bottom: 1px solid #ccc;
}
.inner-pro-main .tips span{
	display: inline-block;
	vertical-align: top;
	padding: 20px 40px;
	background: #bd1e25;
	color: #fff;
}
.inner-pro-main .detail{
	padding: 4.5%;
	border-bottom: 1px solid #ccc;
}

.inner-pro-main .detail img{
	max-width: 100%;
}
.inner-pro-main .op{
	padding: 2% 4.5%;
	overflow: hidden;
}
.inner-pro-main .op a{
	display: inline-block;
	max-width: 40%;
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: .8;
}
.inner-pro-main .op a:hover{
	color: #bd1e25;
	opacity: 1;
}
.lxwm .map{
	margin-top: 4.5%;
	position: relative;
	padding: 4.5%;
	overflow: hidden;
}

.lxwm .map .main{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.lxwm .map .txt{
	width: 36%;
	padding: 5%;
	z-index: 5;
	position: relative;
	background: #bd1e25;
	color: #fff;
}
.lxwm .map .line{
	margin: 8% 0;
	height:1px;
	background: #fff;
	opacity: .3;
}
.lxwm .map p{
	margin-bottom: 16px;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
}

.lxwm .map p i{
	position: absolute;
	left: 0;
	top: 0;
}
.news-detail .inner-local{
	padding: 1% 4.5%;
	border-bottom: 1px solid #ccc;
}

.news-detail .main{
	display: flex;
}

.news-detail .left {
	width: 75%;
	border-right: 1px solid #e5e5e5;
}

.news-detail .detail-top {
	padding: 4.5%;
	border-bottom: 1px solid #e5e5e5;
}

.news-detail .detail-top .des {
	margin-top: 15px;
	font-size: 14px;
}

.news-detail .detail-top .des span {
	padding-left: 20px;
	margin-right: 30px;
	opacity: .7;
	background-image: url(../images/eye.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	background-size: 15px;
	line-height: 15px;
}

.news-detail .detail-top .des span.time {
	background-image: url(../images/time.png);
	background-size: 12px;
}

.news-detail .detail-top i {
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.news-detail .detail-top i:hover {
	color: #bd1e25;
}

.news-detail .bot {
	padding: 4.5%;
}

.news-detail .bot .detail {
	overflow: hidden;
	word-break: break-all;
}

.news-detail .bot .detail img {
	max-width: 100%;
}

.news-detail .op {
	margin-top: 4.5%;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0 4.5%;
	background: #f7f7f7;
	font-size: 14px;
}

.news-detail .op a:hover {
	color: #bd1e25;
}

.news-detail .op a i {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
	vertical-align: top;
}

.news-detail .right {
	width: 25%;
	padding: 4.5% 4.5% 0 4.5%;
	overflow: hidden;
}

.news-detail .right .right-title {
	line-height: 1;
}

.news-detail .right li {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
.news-detail .right li  a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.news-detail .right li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 50%;
}

.news-detail .right li .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 5% 0 3.5% 0;
	transition: all 0.3s;
}

.news-detail .right li .des {
	opacity: .7;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.news-detail .right li:hover .title {
	color: #bd1e25;
}

.news-detail .right li:hover .pic {
	transform: scale(1.1);
}

.news-detail .right li .more{
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	opacity: .7;
	margin-top: 20px;
}
.news-detail .right li .more i{
	width: 50px;
	height: 50px;
	float: right;
	display: inline-block;
	border:1px dashed #000;
	text-align: center;
	line-height: 48px;
	border-radius: 10px;
	margin-left: 20px;
}
.news-detail .right li:hover .more i,
.news-detail .right li:hover .more{
	color: #bd1e25;
	border-color: #bd1e25;
	opacity: 1;
}

.inner-local .top-back {
	font-size: 14px;
}

.inner-local .top-back i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	font-weight: bold;
	font-size: 18px;
	opacity: 1;
	line-height: 1.1;
}
.mtbd {
	padding-bottom: 4.5%;
	background: #f7f7f7;
	overflow: hidden;
}

.mtbd .mt-list {
	overflow: hidden;
}

.mtbd .mt-list li {
	width: 33.33%;
	float: left;
	padding: 4.5%;
	border: 1px solid #dedede;
	transition: all 0.3s;
}

.mtbd .mt-list li .title {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}

.mtbd .mt-list li .time {
	opacity: .7;
	margin: 10px 0 15px 0;
}

.mtbd .mt-list li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 50%;
}

.mtbd .mt-list li .des {
	opacity: .7;
	margin: 25px 0;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}

.mtbd .mt-list li .more{
	line-height: 50px;
	font-size: 14px;
}
.mtbd .mt-list li .more i{
	width: 50px;
	height: 50px;
	display: inline-block;
	border:1px dashed #000;
	text-align: center;
	line-height: 48px;
	border-radius: 10px;
	margin-left: 20px;
}
.mtbd .mt-list li:hover .more i,
.mtbd .mt-list li:hover .more{
	color: #fff;
	border-color: #fff;
	opacity: 1;
}

.mtbd .mt-list li .bot,
.mtbd .top li .bot {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #999;
	color: #999;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	margin-top: 5%;
	transition: all 0.3s;
}

.mtbd .mt-list li:hover .bot,
.mtbd .top li:hover .bot {
	background: #bd1e25;
	border-color: #bd1e25;
	color: #fff;
}

.mtbd .mt-list li:hover {
	background: #be2229;
	box-shadow: inset 0 0 15px 0 #ccc;
	color: #fff;
}
.mtbd .mt-list li:hover a{
	color: #fff;
}

.mtbd .mt-list li:hover .pic,
.mtbd .top li:hover .pic {
	transform: scale(1.1);
}



.mtbd .top {
	padding: 4.5%;
	position: relative;
}

.mtbd .top li {
	position: relative;
	overflow: hidden;
	z-index: 3;
	margin-top: 4.5%;
}

.mtbd .top::after {
	content: "";
	height: 50%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	position: absolute;
	background: #fff;
}

.mtbd .top .inner-title {
	position: relative;
	z-index: 3;
}

.mtbd .top .pic-w {
	position: relative;
	width: 53%;
	float: right;
	overflow: hidden;
	padding-bottom: 31%;
}

.mtbd .top li:nth-child(2) .pic-w {
	float: left;
}

.mtbd .top li .txt {
	float: left;
	width: 39.5%;
	padding-top: 4.5%;
}

.mtbd .top li:nth-child(2) .txt {
	float: right;
}

.mtbd .top li .des {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
	opacity: .7;
	margin-bottom: 4.5%;
}

.mtbd .top li .title {
	margin: 3.5% 0;
	transition: all 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.mtbd .top li .time {
	display: inline-block;
	padding: 25px;
	border: 1px solid #bd1e25;
	border-radius: 10px;
	line-height: 1;
	font-size: 14px;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
}

.mtbd .top li .line {
	height: 3px;
	background: #333;
	margin: 8px 0;
	position: relative;
	z-index: 3;
}

.mtbd .top li .big,
.mtbd .top li .sml {
	position: relative;
	z-index: 3;
}

.mtbd .top li:hover .time {
	border-color: #bd1e25;
	color: #fff;
}

.mtbd .top li:hover .time::after {
	height: 100%;
}

.mtbd .top li:hover .time .line {
	background: #fff;
}

.mtbd .top li .time::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #bd1e25;
	transition: all 0.3s;
}


.jtyw {
	background: #fff;
}

.jt-main {
	margin-top: 3.5%;
	position: relative;
	overflow: hidden;
}

.jt-main .right {
	width: 50%;
	float: right;
	border: 1px solid #ccc;
}

.jt-main .right li {
	padding: 5% 8%;
}

.jt-main .right a {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.jt-main .right li {
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

.jt-main .right li:last-child {
	border: none;
}

.jt-main .right li .time {
	line-height: 1;
	flex-shrink: 0;
	margin-right: 40px;
	position: relative;
	z-index: 3;
	text-align: center;
}

.jt-main .right li .big {
	font-weight: bold;
}

.jt-main .right li .line {
	height: 2px;
	background: #999;
	margin: 15px 0;
}

.jt-main .right li .txt {
	width: 99%;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.jt-main .right li .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jt-main .right li .des {
	opacity: .7;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-top: 8px;
}

.jt-main .right li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #bd1e25;
	opacity: 0;
	transition: all 0.3s;
	transform: skew(90deg);
}

.jt-main .right li:hover::after,
.jt-main .right li.on::after {
	opacity: 1;
	transform: skew(0);
}

.jt-main .right li:hover a,
.jt-main .right li.on a {
	color: #fff;
}

.jt-main .jt-swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.jt-main .jt-swiper li,
.jt-main .jt-swiper li .pic-w {
	width: 100%;
	height: 100%;
	position: relative;
}

.jt-main .jt-swiper li .txt {
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 10%;
	z-index: 3;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jt-main .jt-swiper .jt-page {
	position: absolute;
	right: 5%;
	bottom: 5%;
	z-index: 3;
	left: auto;
	width: auto;
}

.jt-main .jt-swiper .jt-page span {
	opacity: 1;
	background: #fff;
	cursor: pointer;
	outline: none;
}

.jt-main .jt-swiper .jt-page span.swiper-pagination-bullet-active {
	background: #e62129;
}


.pagination {
	max-width: 1300px;
	text-align: center;
	margin: auto;
	margin-top: 3%;
	overflow: hidden;
}

.pagination li {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0);
	line-height: 38px;
	opacity: .6;
	font-size: 16px;
	margin: 0 5px;
	border-radius: 50%;
}

.pagination li a {
	display: block;
	transition: all 0s;
}

.pagination li.active,
.pagination li:hover {
	border: 1px solid #bd1e25;
	opacity: 1;
	color: #bd1e25;
}

.pagination li.active a,
.pagination li:hover a {
	color: #bd1e25;
}

.pagination li:first-child,
.pagination li:last-child {
	background: #bd1e25;
	border: 1px solid #fff;
	color: #fff;
	opacity: .8;
}

.pagination li:first-child a,
.pagination li:last-child a {
	color: #fff;
}

.pagination li.icon:hover {
	opacity: 1;
}
.gywm .gy-top{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.gywm .gy-top .logo{
	width: 50%;
}
.gywm .gy-top img{
	vertical-align: top;
	margin-top: 20px;
}
.gywm .gy-des{
	overflow: hidden;
}
.gywm .gy-des .left{
	width: 40%;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #bd1e25;
	line-height: 1.1;
	float: left;
}
.gywm .gy-des .left em{
	font-style: normal;
}
.gywm .gy-des .left p{
	color: #666;
	margin-top: 10px;
}
.gywm .gy-des .left span{
	margin-right: 15px;
}
.gywm .gy-des .right{
	width: 50%;
	float: right;
	text-align: justify;
	color: #666;
	line-height: 2;
}
.gywm .video-box{
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.gywm .video-box video{
	width: 60%;
	margin: auto;
	vertical-align: top;
}

.gywm .video-box .pic{
	background-attachment: fixed;
}
.gywm .video-box .play{
	width: 60px;
	height: 60px;
	border:1px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -30px;
	background: url(../images/sj.png) center center no-repeat;
	transition: all .3s;
}
.gywm .video-box .play:hover{
	transform: rotate(360deg);
}
.ry-swiper{
	margin-top: 4.5%;
	overflow: hidden;
}
.ry-swiper li{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.ry-swiper li .pic-w{
	padding-bottom: 140%;
	position: relative;
	overflow: hidden;
	background: #fcf9f9;
}
.ry-swiper li .pic{
	transform: scale(1);
}
.ry-swiper li:hover .pic{
	transform: scale(.9);
}

.ry-swiper li p{
	margin-top: 20px;
	transition: all .3s;
}
.ry-swiper li:hover p{
	color: #BD1E25;
}
.ry-op{
	text-align: center;
	margin-top: 60px;
}
.ry-op .iconfont,
.ry-op .ry-page{
	display: inline-block;
}
.ry-op .ry-page span{
	margin: 0 6px;
	cursor: pointer;
	outline: none;
	background: #bd1e25;
}
.ry-op .iconfont{
	width: 105px;
	height: 45px;
	border-radius: 5px;
	border:1px solid #999;
	text-align: center;
	line-height: 43px;
	color: #999;
	transition: all .3s;
	cursor: pointer;
	outline: none;
	margin: 0 15px;
}
.ry-op .iconfont:hover {
	border-color: #bd1e25;
	color: #bd1e25;
}
.qywh .list{
	margin-top: 5%;
}
.qywh .list::after{
	content: "";
	clear: both;	
	display: block;
}
.qywh .list .box{
	float: left;
	text-align: center;
	color: #666;
	margin-left: 60px;
	cursor: pointer;
}
.qywh .list .box .pic{
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	margin:auto;
	line-height: 90px;
	box-shadow: 0 10px 11px 0 rgba(0,0,0,.1);
	border-radius: 50%;
	transition: all .6s;
}
.qywh .list .box .pic img{
	display: inline-block;
	vertical-align: middle;
}
.qywh .list .box .title{
	font-family: syst;
	margin: 20px 0 10px 0;
	line-height: 1.1;
	color: #333;
	transition: all .3s;
}
.qywh .list .box:hover .pic{
	transform: translateY(-15px) rotateY(360deg);
}
.qywh .list .box:hover .title{
	color: #BD1E25;
}
.ywly{
	background: #fcf9f9;
}
.yw-swiper{
	margin-top: 4.5%;
	overflow: hidden;
}
.yw-swiper li{
	position: relative;
	overflow: hidden;
}

.yw-swiper li .pic-w{
	position: relative;
	padding-bottom: 36%;
	overflow: hidden;
}
.yw-swiper li .pic-w::after{
	content: "";
	position: absolute;
	width: 100%;
	z-index: 2;
	height: 50%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top, rgba(0,0,0,.6) , rgba(0,0,0,0) );
}
.yw-swiper li  .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	padding: 4.5%;
	color: #fff;
	overflow: hidden;
}
.yw-swiper li .txt .title{
	width: 30%;
	padding-right: 5%;
	float: left;
}
.yw-swiper li .txt .des{
	width: 70%;
	line-height: 2;
	opacity: .9;
	float: left;
	margin-top: 1%;
}

.yw2-swiper{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.yw2-swiper .iconfont.icon-prev2,
.yw2-swiper .iconfont.icon-next2{
	position: absolute;
	left: 0;
	top: 50%;
	border:1px solid #999;
	font-size: 20px;
	padding: 10px 30px;
	z-index: 5;
	line-height: 1.1;
	color: #999;
	transition: all .3s;
	transform: translateY(-50%);
	border-radius: 5px;
	cursor: pointer;
	outline: none;
}
.yw2-swiper .iconfont.icon-next2{
	left: auto;
	right: 0;
}
.yw2-swiper .iconfont.icon-prev2:hover,
.yw2-swiper .iconfont.icon-next2:hover{
	background: #bd1e25;
	color: #fff;
}
.yw2-swiper li{
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
	border:1px solid #c2c2c2;
	padding:4% 0;
	font-family: syst;
	color: #333;
	transition: all .3s;
	cursor: pointer;
}
.yw2-swiper li .iconfont{
	font-size: 60px;
	line-height: 1;
}
.yw2-swiper li.swiper-slide-active{
	background: #BD1E25;
	color: #fff;
}

.slide_nav {
	overflow: auto;
	padding-bottom: 30px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	height: 100%;
	z-index: 99999999;
	background: #bd1e25;
}

.slide_nav.left_active {
	right: 0;
}

.slide_nav .slide_logo {
	background: #fff;
	text-align: center;
	padding:20px 0;
}

.slide_nav .slide_logo a {
	display: block;
}

.slide_nav .slide_logo a img {

	height:35px;
}

.slide_nav .slide_nav_ul {
	margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
	text-align: center;
	position: relative;
	width: 100%;
	line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
	font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
	display: none;
	overflow: hidden;
	background: rgba(255,255,255,.3);
}

.slide_nav .slide_nav_ul .slideNavSecon a {
	display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
	height: 100%;
}

.slide_nav .slide_nav_ul li a {
	font-size: 15px;
	color: #fff;
	height: 50px;
	display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
	display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
	background: #fff;
	height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
	font-size: 16px;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	line-height: 50px;
}
.phone_back {
	width: 60%;
	height: 40px;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 40px;
}
header .menu{
	display:none;
  height: 30px;
    line-height: 30px;
    color: #bd1e25;
    margin-top: 15px;
    font-size: 24px;
    margin-left: 10px;
}

.inner-box{
	padding:3% 10.5%;
}
.inner-box .result{
  font-size:20px;
  margin-bottom:2%;
  color:#bd1e25;
}


.inner-box li a{
  padding:20px 0;
  display:block;
  opacity:.7;
  border-bottom:1px solid #ccc;
}
.inner-box li a:hover{
	opacity:1;
}
.inner-box li a:hover .title{
	color:#bd1e25;
}
.inner-box li a .title{
  font-size:16px;
}
.inner-box li a .des{
  opacity:.7;
  margin-top:10px;
  font-size:13px;
}


.xf-box{
	position: fixed;
	right: 15px;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
}
.xf-box li{
	width: 50px;
	height: 50px;
	background: #758fc8;
	text-align: center;
	line-height: 70px;
	margin-bottom: 3px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
}
.xf-box .logo{
	width: 50px;
	padding: 15px 0;
	border-radius: 25px;
	background: #fff;
	margin:auto;
	position: relative;
	z-index: 3;
	margin-bottom: -15px;
	text-align: center;
  display:none;
}
.xf-box li .in-box{
	position: absolute;
 	width:100px;
	top: 0;
	right: 0%;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.xf-box li .in-box img{
	width:100%;
}
.xf-box li:hover .in-box{
	opacity: 1;
	right: 110%;
	border-radius: 25px;
}
.xf-box li .pic-box{
	z-index: 2;
	position: relative;
	width: 50px;
	height: 50px;
	background: #999999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-align: center;	
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
}
.xf-box li .pic-box a{
  position:absolute;
  left:0;
  top:0;
  z-index:5;
  height:100%;width:100%;
}
.xf-box li .in-box.tel{
	width: 200px;
	background: #bd1e25;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}
.xf-box li:hover .pic-box{
	background: #bd1e25;
}
.inner-nav{
	display: flex;
	justify-content: space-between;
}
.inner-nav a{
	display: block;
	width: 50%;
	text-align: center;
	background: #ebebeb;
	font-size: 16px;
	padding: 25px 0;
	border-right: 1px solid #ccc;
}
.inner-nav a.on,
.inner-nav a:hover{
	background: #a8252b;
	color: #fff;
}


@media screen and (max-width: 1600px) {
	header a.logo{
		height: 80px;
		line-height: 80px;
	}
	header a.logo img{
		width: 320px;
	}
	header nav li{
		height: 80px;
		line-height: 80px;
		font-size: 15px;
	}
	header nav a.big{
    	height: 80px;
    	line-height: 80px;
	}
	header nav li a{
		padding: 0 10px;
	}
	header .lang{
		margin: 0 40px;
		margin-top: 20px;
	}
	header .lang a{
		font-size: 12px;
	}
	header .search{
		height: 80px;
	}
	header .search button{
		margin-top: 30px;
	}
	.index-more i,.index-new-list li .txt i{
		height: 40px;
		line-height: 40px;
		width: 40px;
		font-size: 14px;
	}
	.index-more{
		line-height: 40px;
	}
	.index-four li .more{
		padding: 10px 20px;
	}
	.index-four li .bot{
		padding: 4.5% 9%;
	}
	.index-four li{
		padding: 2.75%;
	}
	.index-four li .line{
		margin-top: 220px;
	}
	footer .top a img{
		width: 320px;
	}
	footer .top .nav,footer .top .share{
		margin-top: 50px;
	}
	footer .top .nav a{
		font-size: 15px;
	}
	footer .top .ewm{
		margin-top: 0;
	}
	.mtbd .mt-list li .more,.news-detail .right li .more{
		line-height: 40px;
	}
	.mtbd .mt-list li .more i,.news-detail .right li .more i{
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}
	.news-detail .right li{
		margin-top: 30px;
	}
	.gywm .gy-des .left{
		width: 45%;
	}
  .inner-nav a{
		padding: 15px 0;
	}
}
@media screen and (max-width: 1500px) {
    header{
        padding-left: 16px;
    }
    header .search{
        padding: 0 20px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1200px){
    header .lang{
        margin: 20px 20px 0;
    }
    header nav a.big{
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {
	header a.logo{
		height: 60px;
		line-height: 60px;
	}
	header a.logo img{
		width: 230px;
	}
	header .search{
		display: none;
	}
	header{
		padding: 0 20px;
	}
	header .lang{
		margin: 0;
	}
	header nav{
		display: none;
	}
	header .lang{
		width: 55px;
		height: 30px;
		margin-top: 15px;
	}
	header .lang a{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.index-banner li .pic-w{
		padding-bottom: 65%;
	}
	.index-banner .index-page .swiper-pagination-bullet{
		width: 30px;
		height: 6px;
		border-radius: 3px;
		margin-right: 5px;
	}
	.index-about .left{
		width: 100%;
		float: none;
	}
	.p45{
		padding: 20px;
	}
	.index-about .right{
		position: relative;
		padding-bottom: 60%;
		width: 100%;
	}
	.index-about{
		background-size: 120px auto;
	}
	.z50{
		font-size: 18px;
	}
	.index-title .eng{
		margin-top: 5px;
	}
	.index-about .des .title{
		font-size: 16px;
	}
	.index-pro .left{
		padding: 20px;
		float: none;
		width: 100%;
	}
	.index-pro .left .index-more{
		margin-top: 20px;
	}
	.index-pro .right{
		width: 100%;
		float: none;
	}
	.index-pro .right .index-pro-swiper{
		width: 100%;
	}
	.index-pro .index-pro-swiper{
		padding-bottom: 20px;
	}
	.index-pro .left .pro-op{
		padding: 10px;
		width: 80px;
		text-align: center;
	}
	.index-pro .left .pro-op .pro-prev, .index-pro .left .pro-op .pro-next{
		font-size: 24px;
	}
	.index-pro .right{
		padding-top: 0;
	}
	.index-pro .index-pro-swiper .title{
		margin: 20px 0 10px 0;
		font-size: 15px;
	}
	.index-more i, .index-new-list li .txt i{
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		border-radius: 3px;
	}
	.index-more{
		line-height: 30px;
	}
	
	.index-four li .txt img{
		opacity: 0;
		display: none;
	}
	.index-four li .txt .des{
		font-size: 13px;
	}
	.index-four li .line{
		opacity: 0;
		transition: all .3s;
	}
	.index-four li .title{
		font-size: 16px;
		margin-top: 0;
	}
	.index-four li .txt{
		color: #fff;
	}
	.index-four li .bg .pic,
	.index-four li .bg .bot{
		transform: translate(0);
	}
	.index-four li .bg .pic{
		transform: scale(1.1);
	}
	.index-four li .line{
		margin-top: 260px;
	}
	.index-four li .more{
		padding: 10px 15px;
		font-size: 12px;
	}
	.index-four li .two .box{
		font-size: 12px;
	}
	.index-four li .more{
		line-height: 1.1;
	}
	.index-new .index-new-swiper{
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.index-new .index-new-swiper li .pic-w{
		padding-bottom: 250px;	
	}
	.index-new .index-new-swiper li .txt{
		bottom: 40px;
		left: 20px;
	}
	.index-new .index-new-swiper li .txt .title{
		font-size: 16px;
		margin: 20px 0;
	}
	.index-new .index-new-swiper li .txt .des{
		line-height: 2;
	}
	.index-new .index-new-list{
		float: none;
		width: 100%;
	}
	.index-new-list li{
		padding: 20px;
	}
	.index-new-list li .txt .des{
		line-height: 1.5;
	}
	.index-new-list li .txt .title{
		font-size: 16px;
	}
	.index-new-list li .txt{
		padding-right: 60px;
	}
	footer{
		padding: 20px 20px 0 20px ;
	}
	footer .top{
		display: block;
	}
	footer .top{
		padding: 20px 0;
	}
	footer .top a img{
		width: 260px;
	}
	footer .top .share a{
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 28px;
	}
	footer .top .share{
		line-height: 30px;
		margin-top: 20px;
	}
	footer .top .nav{
		display: none;
	}
	footer .top .ewm{
		margin-top: 20px;
		text-align: center;
	}
	footer .top .ewm .pic,footer .top .ewm p{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	footer .top .ewm .pic{
		width: 100px;
		height: 100px;
		padding: 5px;
	}
	footer .top .ewm p{
		margin-top: 30px;
	}
	footer .bot{
		padding: 10px 0;
		display: block;
	}
	footer .bot span,
	footer .bot a{
		display: block;
	}
	.inner-title .chn{
		margin-bottom: 5px;
	}
	.inner-local{
		font-size: 12px;	
	}
	.inner-pro .list li{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.inner-pro .list li .pic-w{
		position: relative;
		width: 100%;
		height: 200px;
	}
	.inner-pro .list li .txt{
		width: 100%;
		float: none;
	}
	.inner-banner .pic-w{
		padding-bottom: 50%;
	}
	.inner-pro .list li .txt{
		padding: 20px;
	}
	.inner-pro .list li .des{
		height: auto;
		line-height: 1.5;
	}
	.inner-pro .list li .title{
		font-size: 16px;
	}
	.inner-banner .pic{
		background-attachment: initial;
	}
	.big-more{
		margin-top: 20px;
		padding: 10px;
		font-size: 14px;
	}
	.inner-pro-main .top .pic-w{
		width: 100%;
		float: none;
		padding-bottom: 57%;
	}
	.inner-pro-main .top .txt{
		padding: 20px 0;
		width: 100%;
		float: none;
	}
	.z24{
		font-size: 16px;
	}
	.inner-pro-main .tips span{
		padding: 10px 20px;
		font-size: 14px;
	}
	.inner-pro-main .detail{
		padding: 20px;
	}
	.inner-pro-main .op{
		padding: 10px 20px;
	}
	.inner-pro-main .op a{
		float: none;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.lxwm .map{
		margin-top: 20px;
		padding: 0;
	}
	.lxwm .map p{
		margin-bottom: 13px;
		font-size: 14px;
	}
	.lxwm .map .main{
		position: relative;
		width: 100%;
		margin-top: 0;
		height: 450px;
	}
	.lxwm .map .txt{
		width: 100%;
		padding: 20px;
	}
	.jt-main{
		margin-top: 20px;
	}
	.jt-main .jt-swiper{
		position: relative;
		width: 100%;
	}
	.jt-main .jt-swiper li, .jt-main .jt-swiper li .pic-w{
		height: 200px;
	}
	.jt-main .jt-swiper li .txt{
		bottom: 35px;
		font-size: 16px;
	}
	.jt-main .right{
		width: 100%;
		float: none;
	}
	.jt-main .right li .title{
		font-size: 16px;
		line-height: 1.3;
	}
	.mtbd .mt-list li{
		width: 100%;
		padding: 20px;
	}
	.mtbd .mt-list li .title{
		font-size: 16px;
		line-height: 1.5;
		height: auto;
	}
	.mtbd .mt-list li .des{
		margin: 15px 0;
		height: auto;
		line-height: 1.5;
	}
	.jt-main .right li{
		padding: 20px;
	}
	.jt-main .right li .big{
		font-size: 20px;
	}
	.mtbd .mt-list li .more{
		line-height: 30px;
	}
	.mtbd .mt-list li .more i{
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		border-radius: 3px;
	}
	.pagination{
		font-size: 0;
	}
	.pagination li{
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		margin: 0 3px;
	}
	.news-detail .right{
		display: none;
	}
	.news-detail .main{
		display: block;
	}
	.news-detail .left{
		width: 100%;
		border:none;
	}
	.news-detail .detail-top{
		padding: 20px;
	}
	.z40{
		font-size: 16px;
	}
	.news-detail .bot{
		padding: 20px;
	}
	.news-detail .op{
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.news-detail .inner-local{
		padding: 10px 20px;
		overflow: hidden;
	}
	.inner-local .top-back{
		clear: both;
		padding-top: 20px;
	}
	.yw-swiper li .pic-w{
		padding: 0;
		height: 300px;
	}
	.yw-swiper li .txt .title{
		float: none;
		padding: 0;
		width: 100%;
		font-size: 16px;
	}
	.yw-swiper li .txt .des{
		width: 100%;
		margin-top: 10px;
		float: none;
	}
	.yw2-swiper li.swiper-slide-active{
		font-size: 16px;
	}
	.yw-swiper li .pic-w::after{
		
		background-image: linear-gradient(to top, rgba(0,0,0,1) , rgba(0,0,0,0) );
	}
	
	.yw2-swiper .iconfont.icon-prev2,
	.yw2-swiper .iconfont.icon-next2{
		padding: 5px;
	}
	.gywm .gy-top .inner-title{
		float: none;
	}
	.gywm .gy-top .logo{
		float: none;
		width: 100%;
	}
	.gywm .gy-top .logo img{
		width: 260px;
	}
	.gywm .gy-des{
		display: block;
	}
	.gywm .gy-des .left{
		width: 100%;
		float: none;
		font-size: 14px;
	}
	.gywm .gy-des .left .z50{
		font-size: 24px;
	}
	.gywm .gy-des .right{
		width: 100%;
		margin-top: 20px;
	}
	.gywm .video-box video{
		width: 100%;
	}
	.gywm .video-box .play{
		width: 40px;
		height: 40px;
		margin:-20px 0 0 -20px ;
	}
	.ry-swiper{
		margin-top: 20px;
	}
	.ry-op .iconfont{
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.ry-op{
		margin-top: 20px;
	}
	.qywh .list{
		width: 100%;
	}
	.qywh .list .box{
		float: none;
		margin: 0;
		margin-top: 20px;
	}
	.qywh .list .box .pic{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
  header .menu{
	display:block;
}
  .inner-box{
  	padding:20px;
  }
  .inner-nav{
		display: block;
		overflow: hidden;
	}
	.inner-nav a{
		float: left;
		width: 50%;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
		font-size: 14px;
	}
	.inner-nav a:nth-child(2n){
		border-right: none;
	}
  .inner-pro-main .detail img{
  	width:100% !important;
  }
}
